projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2f6395
)
(Regexp Replace): Add missing backslash to \footnote.
author
Juri Linkov
<juri@jurta.org>
Thu, 2 Sep 2004 09:29:59 +0000
(09:29 +0000)
committer
Juri Linkov
<juri@jurta.org>
Thu, 2 Sep 2004 09:29:59 +0000
(09:29 +0000)
man/search.texi
patch
|
blob
|
history
diff --git
a/man/search.texi
b/man/search.texi
index a0c64275de04f0146776bbab707b04f269dbdd89..5a3814ebf5da3870e7f65dc0fb5948b041896424 100644
(file)
--- a/
man/search.texi
+++ b/
man/search.texi
@@
-1080,7
+1080,7
@@
ask you to edit the replacement string in the minibuffer, putting
point where the @samp{\?} was. For example,
@example
-M-x replace-regexp @key{RET} \footnote@{ @key{RET}
+M-x replace-regexp @key{RET} \
\
footnote@{ @key{RET}
\&\\label@{fn:\#\?@} @key{RET}
@end example